From: Dave Love Date: Thu, 14 Nov 2002 23:20:16 +0000 (+0000) Subject: (Fmap_char_table): Cast `call2'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29717 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4898937f52f0c300dfa58f5b8f51ffb246ac3066;p=emacs.git (Fmap_char_table): Cast `call2'. --- diff --git a/src/fns.c b/src/fns.c index d693aade503..c33df74b464 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1,5 +1,5 @@ /* Random utility Lisp functions. - Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 98, 99, 2000, 2001 + Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 98, 99, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2659,7 +2659,7 @@ The key is always a possible IDX argument to `aref'. */) CHECK_CHAR_TABLE (char_table); - map_char_table (call2, Qnil, char_table, function, 0, indices); + map_char_table ((void *) call2, Qnil, char_table, function, 0, indices); return Qnil; }